home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / IMAP5 / XIMAP5.dxr / 00342.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  320 b   |  15 lines

  1. on mouseDown
  2.   hChickletState("downState", "click.aif")
  3. end
  4.  
  5. on mouseUp
  6.   global gLstTorFquestions, gLstBeenThere, gWhereToGo
  7.   hChickletState("upState", 0)
  8.   hVisibleSprite(0, 12, 15)
  9.   hpuppet(0, 13, 14)
  10.   setProp(gLstTorFquestions, 6, 1)
  11.   setProp(gLstBeenThere, 6, 1)
  12.   set gWhereToGo to "people"
  13.   go("puzzle")
  14. end
  15.